home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
ubuntu-docs.prerm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-04-28
|
185 b
|
13 lines
#! /bin/sh
set -e
case "$1" in
remove|deconfigure|failed-upgrade)
update-alternatives --remove firefox-homepage \
/usr/share/ubuntu-artwork/home/firefox-index.html
;;
esac